compilation unit - traducción al Inglés
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

compilation unit - traducción al Inglés

C/C++ SPECIFIC COMPILATION TECHNIQUE
Single Compilation Unit

compilation unit         
ULTIMATE INPUT TO A C OR C++ COMPILER FROM WHICH AN OBJECT FILE IS GENERATED
Compilation unit

общая лексика

единица компиляции

наименьший блок программы, который может быть откомпилирован в объектный модуль отдельно от остального её текста. Для некоторых языков программирования единицей компиляции является подпрограмма

Смотрите также

compiler; compilation; object module; source code

JIT compiler         
DYNAMICALLY COMPILING BYTECODE TO MACHINE CODE DURING RUNTIME
JIT compiler; Just In Time compilation; JIT (computing); Just-in-time compiler; Just-in-Time Compilation; Just In Time Programming; JIT compilation; Just-in-time compiling; Just in time compiler; Dynamic translator; JIT-compilation; Just-In-Time compilation; Dynamo project; Just in time compilation; Run-time compiler; Runtime compiler

общая лексика

JIT-компилятор, оперативный компилятор

компилятор, преобразующий исходный текст в машинный код непосредственно перед исполнением программы. В частности, JIT-компилятор с языка Java преобразует Java-программу на промежуточном языке (intermediate language, байт-код) в машинный код

синоним

JITter (just-in-time compiler)

just-in-time compiler         
DYNAMICALLY COMPILING BYTECODE TO MACHINE CODE DURING RUNTIME
JIT compiler; Just In Time compilation; JIT (computing); Just-in-time compiler; Just-in-Time Compilation; Just In Time Programming; JIT compilation; Just-in-time compiling; Just in time compiler; Dynamic translator; JIT-compilation; Just-In-Time compilation; Dynamo project; Just in time compilation; Run-time compiler; Runtime compiler

Смотрите также

JIT compiler

Definición

ЭКЮ
I
нескл., м. и с.
Старинная фрацузская золотая или серебряная монета, чеканившаяся в 13-18 вв. Один, одно э.
II
нескл., м. и с.
Валютная счетная единица, используемая странами - членами Европейской валютной системы.

Wikipedia

Single compilation unit

Single compilation unit (SCU) is a computer programming technique for the C and C++ languages, which reduces compilation time for programs spanning multiple files. Specifically, it allows the compiler to keep data from shared header files, definitions and templates, so that it need not recreate them for each file. It is an instance of program optimization. The technique can be applied to an entire program or to some subset of source files; when applied to an entire program, it is also known as a unity build.

¿Cómo se dice compilation unit en Ruso? Traducción de &#39compilation unit&#39 al Ruso